Skip to content

Instantly share code, notes, and snippets.

@oh-ashen-one
oh-ashen-one / clawdbot-security-cron.md
Created January 26, 2026 17:37
🔒 Daily Security Audit Cron for ClawdBot - Auto-detect misconfigurations before hackers do

🔒 Clawdbot Daily Security Audit Cron

Drop this into your Clawdbot and it'll check your setup daily and alert you to any security issues.

The Cron Job

Name: daily-security-audit Schedule: 0 9 * * * (9am daily)

Prompt:

@ih2502mk
ih2502mk / list.md
Last active January 27, 2026 01:19
Quantopian Lectures Saved
@jbgo
jbgo / free-space-on-boot-disk.md
Last active January 27, 2026 01:14
Free up space on /boot disk (ubuntu)

Free disk space when /boot is full (Ubuntu)

TL;DR

dpkg -l linux-image*
uname -r
sudo apt-get remove linux-image-2.6.32-{21,37,38,39,40,41,42,43,44}-server
sudo apt-get autoremove
@sebmarkbage
sebmarkbage / The Rules.md
Last active January 27, 2026 01:14
The Rules of React

The Rules of React

All libraries have subtle rules that you have to follow for them to work well. Often these are implied and undocumented rules that you have to learn as you go. This is an attempt to document the rules of React renders. Ideally a type system could enforce it.

What Functions Are "Pure"?

A number of methods in React are assumed to be "pure".

On classes that's the constructor, getDerivedStateFromProps, shouldComponentUpdate and render.

@kieranklaassen
kieranklaassen / SKILL.md
Last active January 27, 2026 01:12
Claude Code Swarm Orchestration Skill - Complete guide to multi-agent coordination with TeammateTool, Task system, and all patterns
name description
orchestrating-swarms
Master multi-agent orchestration using Claude Code's TeammateTool and Task system. Use when coordinating multiple agents, running parallel code reviews, creating pipeline workflows with dependencies, building self-organizing task queues, or any task benefiting from divide-and-conquer patterns.

Claude Code Swarm Orchestration

Master multi-agent orchestration using Claude Code's TeammateTool and Task system.


@vivekhaldar
vivekhaldar / cut_silence.py
Last active January 27, 2026 01:10
Python script to cut out silent parts from a video. Uses moviepy.
#!/usr/bin/env python
#
# Based on a script by Donald Feury
# https://gitlab.com/dak425/scripts/-/blob/master/trim_silenceV2
# https://youtu.be/ak52RXKfDw8
import math
import sys
import subprocess
import os
@Tblue
Tblue / mozlz4a.py
Last active January 27, 2026 01:06
MozLz4a compression/decompression utility
#!/usr/bin/env python3
# vim: sw=4 ts=4 et tw=100 cc=+1
#
####################################################################################################
# DESCRIPTION #
####################################################################################################
#
# Decompressor/compressor for files in Mozilla's "mozLz4" format. Firefox uses this file format to
# compress e. g. bookmark backups (*.jsonlz4).
#
@imba-tjd
imba-tjd / .Cloud.md
Last active January 27, 2026 01:06
☁️ 一些免费的云资源

  • IaaS指提供系统(可以自己选)或者储存空间之类的硬件,软件要自己手动装。PaaS提供语言环境和框架(可以自己选)。SaaS只能使用开发好的软件(卖软件本身,如税务会计、表格文字处理)。BaaS一般类似于非关系数据库,但各家不通用
  • 云服务的特点:零前期成本 & 按需付费 & 弹性(类似于租,可随时多加、退掉;但没有残值)、高可用(放在机房中,不同AZ间水电隔离)

如果你想补充内容,建议优先给 free-for-dev 提PR,还能混个高星repo的contributor,没必要加到本列表里。
If you want to make improvements, I would recommend you contributing to free-for-dev rather than this list.

其他人的集合

@Klerith
Klerith / testing-configuration.md
Last active January 27, 2026 01:05
Configuración de Vitest + React Testing Library